home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / optimus / agata / home.dir / 00292_rec start.ls < prev    next >
Encoding:
Text File  |  1997-02-20  |  324 b   |  13 lines

  1. global x1, x2, y1, y2, c1, c2, s1, s2, x3, y3, c3, s3
  2.  
  3. on exitFrame
  4.   set s1 to 41
  5.   set s2 to 42
  6.   set x1 to [the locH of sprite s1]
  7.   set y1 to [the locV of sprite s1]
  8.   set c1 to [the castNum of sprite s1]
  9.   set x2 to [the locH of sprite s2]
  10.   set y2 to [the locV of sprite s2]
  11.   set c2 to [the castNum of sprite s2]
  12. end
  13.